Function windows_sys::Wdk::System::SystemServices::ZwCreateEnlistment

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