pub unsafe extern "C" fn sceHttpSetConnectTimeOut(
id: c_int,
timeout: c_uint,
) -> c_intExpand description
Set connect timeout
@param id - ID of the template, connection or request @param timeout - Timeout value in microseconds @return 0 on success, < 0 on error.