Function windows_sys::Win32::Security::Cryptography::BCryptGetProperty

pub unsafe extern "system" fn BCryptGetProperty(
    hobject: BCRYPT_HANDLE,
    pszproperty: PCWSTR,
    pboutput: *mut u8,
    cboutput: u32,
    pcbresult: *mut u32,
    dwflags: u32,
) -> NTSTATUS