pub unsafe extern "system" fn CryptEnumOIDFunction(
    dwencodingtype: u32,
    pszfuncname: PSTR,
    pszoid: PSTR,
    dwflags: u32,
    pvarg: *mut c_void,
    pfnenumoidfunc: PFN_CRYPT_ENUM_OID_FUNC
) -> BOOL
Expand description

Required features: ‘Win32_Security_Cryptography’, ‘Win32_Foundation’