pub unsafe extern "C" fn lys_parse_path(
    ctx: *mut ly_ctx,
    path: *const c_char,
    format: Type,
    module: *mut *mut lys_module
) -> Type