Type Alias OSSL_DISPATCH

Source
pub type OSSL_DISPATCH = ossl_dispatch_st;

Aliased Type§

struct OSSL_DISPATCH {
    pub function_id: i32,
    pub function: Option<unsafe extern "C" fn()>,
}

Fields§

§function_id: i32§function: Option<unsafe extern "C" fn()>