pub unsafe fn SetupInitializeFileLogW<P0>(
    logfilename: P0,
    flags: u32
) -> *mut c_void
where P0: IntoParam<PCWSTR>,