fn get_mapping_from_vaddr(
    intervals: &Vec<ObjectMapping>,
    vaddr: *const ()
) -> Option<&ObjectMapping>