Function windows::Win32::Security::Cryptography::NCryptUnprotectSecret

pub unsafe fn NCryptUnprotectSecret<P0>(
    phdescriptor: Option<*mut NCRYPT_DESCRIPTOR_HANDLE>,
    dwflags: NCRYPT_FLAGS,
    pbprotectedblob: &[u8],
    pmempara: Option<*const NCRYPT_ALLOC_PARA>,
    hwnd: P0,
    ppbdata: *mut *mut u8,
    pcbdata: *mut u32,
) -> Result<()>
where P0: Param<HWND>,