Function windows::Wdk::System::SystemServices::ZwOpenTransaction

pub unsafe fn ZwOpenTransaction<P0>(
    transactionhandle: *mut HANDLE,
    desiredaccess: u32,
    objectattributes: Option<*const OBJECT_ATTRIBUTES>,
    uow: *const GUID,
    tmhandle: P0,
) -> NTSTATUS
where P0: Param<HANDLE>,