Function TmCreateEnlistment
pub unsafe fn TmCreateEnlistment(
enlistmenthandle: *mut HANDLE,
previousmode: i8,
desiredaccess: u32,
objectattributes: *const OBJECT_ATTRIBUTES,
resourcemanager: *const isize,
transaction: *const KTRANSACTION,
createoptions: Option<u32>,
notificationmask: u32,
enlistmentkey: Option<*const c_void>,
) -> NTSTATUS