pub fn create_context(width: u32, height: u32) -> Option<u32>
新しいコンテキストを作り、その id を返す。
面が確保できない(サイズが不正・過大)場合は None。
None