Function windows_native::ntrtl::RtlCreateUserSecurityObject
source · pub unsafe extern "system" fn RtlCreateUserSecurityObject(
AceData: *mut RTL_ACE_DATA,
AceCount: u32,
OwnerSid: PSID,
GroupSid: PSID,
IsDirectoryObject: BOOLEAN,
GenericMapping: *mut GENERIC_MAPPING,
NewSecurityDescriptor: *mut *mut SECURITY_DESCRIPTOR
) -> NTSTATUS