pub type ReadDirFn = unsafe extern "C" fn(dir_path: *const c_char) -> pxs_DirHandle;Expand description
Function Type for reading a Dir.
pub type ReadDirFn = unsafe extern "C" fn(dir_path: *const c_char) -> pxs_DirHandle;Function Type for reading a Dir.