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
Expand description

Required features: "Wdk_Foundation", "Win32_Foundation"