list - The list to use
element - Element to be stored at the first position
Returns:
void * retptr != (void*)-1: The first element of this list before this call, may be NULL.
void * retptr == (void*)-1: An error, see pbl_errno:
PBL_ERROR_OUT_OF_BOUNDS - this list is empty.