Type Alias wolf_crypto_sys::wolfSSL_Malloc_cb

source ·
pub type wolfSSL_Malloc_cb = Option<unsafe extern "C" fn(size: usize) -> *mut c_void>;

Aliased Type§

enum wolfSSL_Malloc_cb {
    None,
    Some(unsafe extern "C" fn(_: usize) -> *mut c_void),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: usize) -> *mut c_void)

Some value of type T.