pub unsafe extern "system" fn GetPrivateObjectSecurity(
    objectdescriptor: PSECURITY_DESCRIPTOR,
    securityinformation: u32,
    resultantdescriptor: PSECURITY_DESCRIPTOR,
    descriptorlength: u32,
    returnlength: *mut u32
) -> BOOL
Expand description

Required features: "Win32_Security", "Win32_Foundation"