pub type CRYPT_OID_FUNC_ENTRY = _CRYPT_OID_FUNC_ENTRY;
struct CRYPT_OID_FUNC_ENTRY { pub pszOID: *const i8, pub pvFuncAddr: *mut c_void, }
pszOID: *const i8
pvFuncAddr: *mut c_void