Function windows::Win32::Security::Cryptography::CryptEnumOIDFunction

pub unsafe fn CryptEnumOIDFunction<P0, P1>(
    dwencodingtype: u32,
    pszfuncname: P0,
    pszoid: P1,
    dwflags: u32,
    pvarg: Option<*mut c_void>,
    pfnenumoidfunc: PFN_CRYPT_ENUM_OID_FUNC,
) -> Result<()>
where P0: Param<PCSTR>, P1: Param<PCSTR>,