pub unsafe extern "system" fn SetSecurityDescriptorOwner(
    psecuritydescriptor: *mut SECURITY_DESCRIPTOR,
    powner: PSID,
    bownerdefaulted: BOOL
) -> BOOL
Expand description

Required features: ‘Win32_Security’, ‘Win32_Foundation’