pub unsafe extern "C" fn ly_ctx_new_ylpath(
    search_dir: *const c_char,
    path: *const c_char,
    format: Type,
    options: c_int,
    ctx: *mut *mut ly_ctx
) -> Type