pub unsafe extern "system" fn NtCreateTransactionManager(
    tmhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: *const OBJECT_ATTRIBUTES,
    logfilename: *const UNICODE_STRING,
    createoptions: u32,
    commitstrength: u32,
) -> NTSTATUS