Function windows::Wdk::System::SystemServices::NtCreateEnlistment

pub unsafe fn NtCreateEnlistment<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
where P0: Param<HANDLE>, P1: Param<HANDLE>,