pub unsafe extern "system" fn RtlNewInstanceSecurityObject(
    ParentDescriptorChanged: BOOLEAN,
    CreatorDescriptorChanged: BOOLEAN,
    OldClientTokenModifiedId: *mut LUID,
    NewClientTokenModifiedId: *mut LUID,
    ParentDescriptor: *mut SECURITY_DESCRIPTOR,
    CreatorDescriptor: *mut SECURITY_DESCRIPTOR,
    NewDescriptor: *mut *mut SECURITY_DESCRIPTOR,
    IsDirectoryObject: BOOLEAN,
    TokenHandle: HANDLE,
    GenericMapping: *mut GENERIC_MAPPING
) -> NTSTATUS