CryptInstallOIDFunctionAddress

Function CryptInstallOIDFunctionAddress 

Source
pub unsafe extern "system" fn CryptInstallOIDFunctionAddress(
    hModule: HMODULE,
    dwEncodingType: DWORD,
    pszFuncName: LPCSTR,
    cFuncEntry: DWORD,
    rgFuncEntry: *const CRYPT_OID_FUNC_ENTRY,
    dwFlags: DWORD,
) -> BOOL