Function windows::Win32::Storage::FileSystem::CreateTransactionManager

pub unsafe fn CreateTransactionManager<P0>(
    lptransactionattributes: *mut SECURITY_ATTRIBUTES,
    logfilename: P0,
    createoptions: u32,
    commitstrength: u32,
) -> Result<HANDLE>
where P0: Param<PCWSTR>,