#[unsafe(no_mangle)]
pub extern "C" fn generated_location_for(
mappings: *mut Mappings<()>,
source: u32,
original_line: u32,
original_column: u32,
bias: u32,
)
Expand description
Find the mapping for the given original location, if any exists.
If a mapping is found, the mapping_callback
is invoked with it
once. Otherwise, the mapping_callback
is not invoked at all.