Function remove_nth_from_end

Source
pub fn remove_nth_from_end(
    head: Option<Box<ListNode>>,
    n: i32,
) -> Option<Box<ListNode>>