windows::Win32::Security::Cryptography

Function BCryptGetProperty

pub unsafe fn BCryptGetProperty<P1>(
    hobject: BCRYPT_HANDLE,
    pszproperty: P1,
    pboutput: Option<&mut [u8]>,
    pcbresult: *mut u32,
    dwflags: u32,
) -> NTSTATUS
where P1: Param<PCWSTR>,