Function crypt32::CryptInstallOIDFunctionAddress [] [src]

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