Function windows::Win32::Storage::FileSystem::SetEnlistmentRecoveryInformation
pub unsafe fn SetEnlistmentRecoveryInformation<P0>(
enlistmenthandle: P0,
buffersize: u32,
buffer: *mut c_void,
) -> Result<()>where
P0: Param<HANDLE>,