Function py_time2bin

Source
pub fn py_time2bin<'_py>(
    nanoseconds: Bound<'_py, PyArray1<f32>>,
    t_ns: f32,
) -> PyResult<usize>