[−][src]Function basic_dsp_interop::facade32::unapply_custom_window32
#[no_mangle]pub extern "C" fn unapply_custom_window32(
vector: Box<VecBuf>,
window: extern "C" fn(_: *const c_void, _: usize, _: usize) -> f32,
window_data: *const c_void,
is_symmetric: bool
) -> VectorInteropResult<VecBuf>
See apply_custom_window32 for a description of the
window and window_data parameter.