Function windows::Wdk::System::SystemServices::NtOpenTransactionManager
pub unsafe fn NtOpenTransactionManager(
tmhandle: *mut HANDLE,
desiredaccess: u32,
objectattributes: Option<*const OBJECT_ATTRIBUTES>,
logfilename: Option<*const UNICODE_STRING>,
tmidentity: Option<*const GUID>,
openoptions: u32,
) -> NTSTATUS