pub unsafe fn RegSetKeySecurity<P0, P1>(
    hkey: P0,
    securityinformation: OBJECT_SECURITY_INFORMATION,
    psecuritydescriptor: P1
) -> WIN32_ERROR
where P0: IntoParam<HKEY>, P1: IntoParam<PSECURITY_DESCRIPTOR>,