pub unsafe extern "system" fn RtlNewInstanceSecurityObject(
    ParentDescriptorChanged: BOOLEAN,
    CreatorDescriptorChanged: BOOLEAN,
    OldClientTokenModifiedId: PLUID,
    NewClientTokenModifiedId: PLUID,
    ParentDescriptor: PSECURITY_DESCRIPTOR,
    CreatorDescriptor: PSECURITY_DESCRIPTOR,
    NewDescriptor: *mut PSECURITY_DESCRIPTOR,
    IsDirectoryObject: BOOLEAN,
    Token: HANDLE,
    GenericMapping: PGENERIC_MAPPING
) -> NTSTATUS