pub unsafe extern "system" fn RtlGetOwnerSecurityDescriptor(
    securitydescriptor: PSECURITY_DESCRIPTOR,
    owner: *mut PSID,
    ownerdefaulted: *mut BOOLEAN
) -> NTSTATUS
Expand description

Required features: "Win32_Foundation", "Win32_Security"