[][src]Function ndless_sys::file_each

pub unsafe extern "C" fn file_each(
    folder: *const c_char,
    callback: Option<unsafe extern "C" fn(path: *const c_char, context: *mut c_void) -> c_int>,
    context: *mut c_void
) -> c_int