Function windows_sys::Wdk::System::SystemServices::NtCreateEnlistment
pub unsafe extern "system" fn NtCreateEnlistment(
enlistmenthandle: *mut HANDLE,
desiredaccess: u32,
resourcemanagerhandle: HANDLE,
transactionhandle: HANDLE,
objectattributes: *const OBJECT_ATTRIBUTES,
createoptions: u32,
notificationmask: u32,
enlistmentkey: *const c_void,
) -> NTSTATUS