Function zend_llist_prepend_element

Source
pub unsafe extern "C" fn zend_llist_prepend_element(
    l: *mut zend_llist,
    element: *mut c_void,
)