Function windows::Win32::Networking::WinInet::FtpPutFileEx

pub unsafe fn FtpPutFileEx<P0, P1>(
    hftpsession: *const c_void,
    lpszlocalfile: P0,
    lpsznewremotefile: P1,
    dwflags: u32,
    dwcontext: usize,
) -> BOOL
where P0: Param<PCWSTR>, P1: Param<PCSTR>,