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