Function basic_dsp_interop::facade64::map_aggregate_complex64 [] [src]

pub extern fn map_aggregate_complex64(vector: &VecBuf,
                                      map: extern fn(Complex64, usize) -> *const c_void,
                                      aggregate: extern 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!