pub unsafe extern "C" fn eCAL_Process_GetHostName(
name_: *mut c_void,
name_len_: c_int,
) -> c_intExpand description
@brief Get current host name.
@param [out] name_ Pointer to store the host name. @param name_len_ Length of allocated buffer or ECAL_ALLOCATE_4ME if eCAL should allocate the buffer for you (see eCAL_FreeMem).
@return Buffer length or zero if failed.