Function windows::Win32::System::Registry::RegGetKeySecurity

pub unsafe fn RegGetKeySecurity<P0>(
    hkey: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    lpcbsecuritydescriptor: *mut u32,
) -> WIN32_ERROR
where P0: Param<HKEY>,