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