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