Function windows::Win32::Storage::FileSystem::CreateEnlistment

pub unsafe fn CreateEnlistment<P0, P1>(
    lpenlistmentattributes: *mut SECURITY_ATTRIBUTES,
    resourcemanagerhandle: P0,
    transactionhandle: P1,
    notificationmask: u32,
    createoptions: u32,
    enlistmentkey: *mut c_void,
) -> Result<HANDLE>
where P0: Param<HANDLE>, P1: Param<HANDLE>,