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

pub unsafe extern "system" fn CryptGetOIDFunctionAddress(
    hFuncSet: HCRYPTOIDFUNCSET,
    dwEncodingType: DWORD,
    pszOID: LPCSTR,
    dwFlags: DWORD,
    ppvFuncAddr: *mut *mut c_void,
    phFuncAddr: *mut HCRYPTOIDFUNCADDR
) -> BOOL