[][src]Function winapi::um::wincrypt::CryptInstallOIDFunctionAddress

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