pub unsafe extern "C" fn sceKernelSetCompiledSdkVersion(
version: c_int,
) -> c_intExpand description
Set the version of the SDK with which the caller was compiled. Version numbers are as for sceKernelDevkitVersion().
@return 0 on success, < 0 on error.