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