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

Required features: "Win32_Security_Cryptography", "Win32_Foundation"