Function basic_dsp_interop::facade64::map_aggregate_real64 [] [src]

#[no_mangle]
pub extern "C" fn map_aggregate_real64(
    vector: &VecBuf,
    map: extern "C" fn(_: f64, _: usize) -> *const c_void,
    aggregate: extern "C" fn(_: *const c_void, _: *const c_void) -> *const c_void
) -> ScalarResult<*const c_void>

Warning: This function interface heavily works around the Rust type system and the safety it provides. Use with great care!