pub unsafe extern "system" fn GetSecurityDescriptorOwner(
    psecuritydescriptor: PSECURITY_DESCRIPTOR,
    powner: *mut PSID,
    lpbownerdefaulted: *mut BOOL
) -> BOOL
Expand description

Required features: "Win32_Foundation"