[][src]Type Definition ndspy_sys::PtDspyWriteFuncPtr

type PtDspyWriteFuncPtr = Option<unsafe extern "C" fn(image: PtDspyImageHandle, xmin: c_int, xmax_plus_one: c_int, ymin: c_int, ymax_plus_one: c_int, entrysize: c_int, data: *const c_uchar) -> PtDspyError>;