pub unsafe extern "C" fn apr_socket_type_get(
sock: *mut apr_socket_t,
type_: *mut c_int,
) -> apr_status_tExpand description
Return the type of the socket. @param sock The socket to query. @param type The returned type (e.g., SOCK_STREAM).
pub unsafe extern "C" fn apr_socket_type_get(
sock: *mut apr_socket_t,
type_: *mut c_int,
) -> apr_status_tReturn the type of the socket. @param sock The socket to query. @param type The returned type (e.g., SOCK_STREAM).