Function windows::Win32::Security::Cryptography::NCryptProtectSecret

pub unsafe fn NCryptProtectSecret<P0, P1>(
    hdescriptor: P0,
    dwflags: u32,
    pbdata: &[u8],
    pmempara: Option<*const NCRYPT_ALLOC_PARA>,
    hwnd: P1,
    ppbprotectedblob: *mut *mut u8,
    pcbprotectedblob: *mut u32,
) -> Result<()>
where P0: Param<NCRYPT_DESCRIPTOR_HANDLE>, P1: Param<HWND>,