Type Alias CRYPT_OID_FUNC_ENTRY

Source
pub type CRYPT_OID_FUNC_ENTRY = _CRYPT_OID_FUNC_ENTRY;

Aliased Type§

struct CRYPT_OID_FUNC_ENTRY {
    pub pszOID: *const i8,
    pub pvFuncAddr: *mut c_void,
}

Fields§

§pszOID: *const i8§pvFuncAddr: *mut c_void