Function get_segm_by_name
pub unsafe fn get_segm_by_name(name: *const c_char) -> *mut segment_tExpand description
Get pointer to segment by its name. If there are several segments with the same name, returns the first of them. \param name segment name. may be nullptr. \return nullptr or pointer to segment structure