pub unsafe extern "C" fn FspPosixMergePermissionsToSecurityDescriptor(
    Uid: UINT32,
    Gid: UINT32,
    Mode: UINT32,
    ExistingSecurityDescriptor: PSECURITY_DESCRIPTOR,
    PSecurityDescriptor: *mut PSECURITY_DESCRIPTOR
) -> NTSTATUS