Function InsertValueInLinkedList

Source
pub unsafe extern "C" fn InsertValueInLinkedList(
    arg1: *mut LinkedListInfo,
    arg2: usize,
    arg3: *const c_void,
) -> MagickBooleanType