pub unsafe extern "C" fn WSStringToArgv(
    commandline: *const c_char,
    buf: *mut c_char,
    argv: *mut *mut c_char,
    len: c_int
) -> c_int