Function windows::Wdk::System::SystemServices::ZwCreateEnlistment
pub unsafe fn ZwCreateEnlistment<P0, P1>(
enlistmenthandle: *mut HANDLE,
desiredaccess: u32,
resourcemanagerhandle: P0,
transactionhandle: P1,
objectattributes: Option<*const OBJECT_ATTRIBUTES>,
createoptions: u32,
notificationmask: u32,
enlistmentkey: Option<*const c_void>,
) -> NTSTATUS