Function basic_dsp_interop::facade32::map_aggregate_real32 [] [src]

#[no_mangle]
pub extern "C" fn map_aggregate_real32(
    vector: &VecBuf,
    map: extern "C" fn(_: f32, _: 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!