Function windows::Win32::System::EventLog::EvtRender

pub unsafe fn EvtRender<P0, P1>(
    context: P0,
    fragment: P1,
    flags: u32,
    buffersize: u32,
    buffer: Option<*mut c_void>,
    bufferused: *mut u32,
    propertycount: *mut u32
) -> Result<()>
where P0: Param<EVT_HANDLE>, P1: Param<EVT_HANDLE>,