pub unsafe extern "system" fn RtlQuerySecurityObject(
    ObjectDescriptor: PSECURITY_DESCRIPTOR,
    SecurityInformation: SECURITY_INFORMATION,
    ResultantDescriptor: PSECURITY_DESCRIPTOR,
    DescriptorLength: ULONG,
    ReturnLength: PULONG
) -> NTSTATUS