pub unsafe extern "C" fn get_theme_path(
file: NonNull<c_char>,
ext: NonNull<*const c_char>,
parent_dir: *const c_char,
) -> *mut c_charExpand description
Returns path to theme or copy of filename if not found.
file: File name passed to option.ext: null-terminated array of file extensions.parent_dir: the file that was used to import this file, or NULL.