windows::Win32::Security::Cryptography

Function CryptGetOIDFunctionAddress

pub unsafe fn CryptGetOIDFunctionAddress<P2>(
    hfuncset: *const c_void,
    dwencodingtype: u32,
    pszoid: P2,
    dwflags: u32,
    ppvfuncaddr: *mut *mut c_void,
    phfuncaddr: *mut *mut c_void,
) -> Result<()>
where P2: Param<PCSTR>,